added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSWin7ShellLibrary / CSWin7ShellLibrary.csproj
blobbc28de42009dd412ebab69be63e418f6aed5978c
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{AE9B0AC0-3236-4663-9A0A-E36235544EF6}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>CSWin7ShellLibrary</RootNamespace>
12     <AssemblyName>CSWin7ShellLibrary</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>..\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>..\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32   </PropertyGroup>
33   <ItemGroup>
34     <Reference Include="Microsoft.WindowsAPICodePack, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
35       <SpecificVersion>False</SpecificVersion>
36       <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.dll</HintPath>
37     </Reference>
38     <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
39       <SpecificVersion>False</SpecificVersion>
40       <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
41     </Reference>
42     <Reference Include="PresentationCore">
43       <RequiredTargetFramework>3.0</RequiredTargetFramework>
44     </Reference>
45     <Reference Include="PresentationFramework">
46       <RequiredTargetFramework>3.0</RequiredTargetFramework>
47     </Reference>
48     <Reference Include="System" />
49     <Reference Include="System.Core">
50       <RequiredTargetFramework>3.5</RequiredTargetFramework>
51     </Reference>
52     <Reference Include="System.Windows.Forms" />
53     <Reference Include="System.Xml.Linq">
54       <RequiredTargetFramework>3.5</RequiredTargetFramework>
55     </Reference>
56     <Reference Include="System.Data.DataSetExtensions">
57       <RequiredTargetFramework>3.5</RequiredTargetFramework>
58     </Reference>
59     <Reference Include="System.Data" />
60     <Reference Include="System.Xml" />
61     <Reference Include="WindowsBase">
62       <RequiredTargetFramework>3.0</RequiredTargetFramework>
63     </Reference>
64   </ItemGroup>
65   <ItemGroup>
66     <Compile Include="Program.cs" />
67     <Compile Include="Properties\AssemblyInfo.cs" />
68   </ItemGroup>
69   <ItemGroup>
70     <Content Include="ReadMe.txt" />
71   </ItemGroup>
72   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
74        Other similar extension points exist, see Microsoft.Common.targets.
75   <Target Name="BeforeBuild">
76   </Target>
77   <Target Name="AfterBuild">
78   </Target>
79   -->
80 </Project>